NevronOpenVision
Nevron.Nov.Dom Namespace / NValueMatchCondition<T> Class
Members
In This Topic
    NValueMatchCondition<T> Class
    In This Topic
    A condition, which serves as base class for conditions that match an element value against another value.
    Object Model
    NValueMatchCondition<T> Class
    Syntax
    public abstract class NValueMatchCondition<T> : NValueCondition<T>, INDomDeepEquals, INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable, Nevron.Nov.Internal.KKWd<NDomProperty,object>  
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NStylingNode
                Nevron.Nov.Dom.NSelectorPart
                   Nevron.Nov.Dom.NCondition
                      Nevron.Nov.Dom.NValueCondition<T>
                         Nevron.Nov.Dom.NValueMatchCondition<T>
                            Nevron.Nov.Dom.NValueComparisonCondition<T>
                            Nevron.Nov.Dom.NValueEqualsCondition<T>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also